home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / mhi_dev / Include / fd / mhi_lib.fd
Encoding:
Text File  |  2001-03-30  |  325 b   |  16 lines

  1. ##base _MHIBase
  2. ##bias 30
  3. ##public
  4. MHIAllocDecoder(task,mhisignal)(a0,d0)
  5. MHIFreeDecoder(handle)(a3)
  6. MHIQueueBuffer(handle,buffer,size)(a3,a0,d0)
  7. MHIGetEmpty(handle)(a3)
  8. MHIGetStatus(handle)(a3)
  9. MHIPlay(handle)(a3)
  10. MHIStop(handle)(a3)
  11. MHIPause(handle)(a3)
  12. MHIQuery(query)(d1)
  13. MHISetParam(handle,param,value)(a3,d0,d1)
  14. ##end
  15.  
  16.